home *** CD-ROM | disk | FTP | other *** search
- // WinHacker Script
- // Copyright (c) 1996 Wedge Software
- //
- // Disables the NAV 95 Splash Screen
- //
-
- [Main]
- Desc = Disables the Norton Antivirus 95 Splash Screen
- // StartMessage =
- ExitMessage = Done. Please restart your computer.
-
- [Registry]
- Procs = 2
-
- [RegistryProc#1]
- RootKey = HKEY_LOCAL_MACHINE
- Path = SOFTWARE\Symantec\Norton AntiVirus\Auto-Protect
- Item = DisableSplashScreen
- Action = WriteDword
- Value = 1
-
- [RegistryProc#2]
- RootKey = HKEY_LOCAL_MACHINE
- Path = SOFTWARE\Symantec\Norton AntiVirus\Clinic
- Item = DisableSplashScreen
- Action = WriteDword
- Value = 1
-